| Visual Basic (Declaration) | |
|---|---|
Overloads Function TryRemove( _ ByVal key As TKey, _ ByVal fnCondition As CSharpTest.Net.Collections.KeyValuePredicate(Of TKey,TValue) _ ) As Boolean | |
| C# | |
|---|---|
bool TryRemove( TKey key, CSharpTest.Net.Collections.KeyValuePredicate<TKey,TValue> fnCondition ) | |
Parameters
- key
- fnCondition
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7
Reference
IConcurrentDictionary<TKey,TValue> InterfaceIConcurrentDictionary<TKey,TValue> Members
Overload List
KeyValuePredicate